Overview
This chapter is a continuation of the previous chapter where we focused on using the special keyword 'this' in
our algorithms.
We'll do that even more, and also start inviting other objects into our algorithms and delegating work to them.
Delegation will be a huge player for us. This simply means we'll be sending messages to friends (other objects).
Data Structures And Algorithms (DSA)
(Chapter 104 - OO Algorithms II)